home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / Silhouette.dxr / 00008_Restart Game.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  238 b   |  14 lines

  1. on mouseDown
  2.   go(1)
  3. end
  4.  
  5. on mouseEnter
  6.   playSound("continuerestart", 2)
  7.   set the member of sprite 183 to "GameOVer-MouseOver"
  8. end
  9.  
  10. on mouseLeave
  11.   playSound("continuerestart", 2)
  12.   set the member of sprite 183 to "GameOver-Normal"
  13. end
  14.